Click or drag to resize

ExtendedPropertyListItem Property (ExtendedPropertyTag)

Gets the ExtendedProperty with the specified tag.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ExtendedProperty this[
	ExtendedPropertyTag tag
] { get; }

Parameters

tag
Type: Independentsoft.MsgExtendedPropertyTag
The tag.

Return Value

Type: ExtendedProperty
ExtendedProperty.
See Also